From 51169cd5e3f20c2819b018cdf5f97c2e62fa1c64 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sat, 8 Jan 2022 18:40:14 +0000 Subject: [PATCH] d/rules: Rebuild CSS using sass --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index 7e00678208..8f5560e472 100755 --- a/debian/rules +++ b/debian/rules @@ -160,6 +160,9 @@ override_dh_clean: debian/control touch debian/control.in rm -f $(call dh_subst_files,$(all_binaries)) rm -rf debian/build debian/install + # Rebuild the CSS from source. Note that gtk.css is hand-written, + # not generated, so don't delete that one. + rm -f gtk/theme/Default/Default-*.css dh_clean # Add dependencies to generate files from the debian/*.in ones -- 2.30.2